From: Chong Yidong Date: Fri, 20 Nov 2009 21:44:58 +0000 (+0000) Subject: * s/cygwin.h: Remove unneeded linker flags. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9327 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=adda7648037fc7d643dc0d28ef2f5ddd20c6d025;p=emacs.git * s/cygwin.h: Remove unneeded linker flags. --- diff --git a/src/ChangeLog b/src/ChangeLog index ea4baf41964..e4a7eb6f069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-20 Ken Brown (tiny change) + + * s/cygwin.h: Remove unneeded linker flags. + 2009-11-20 Jan Djärv * xfns.c (x_default_font_parameter): Call xsettings_get_system_font. diff --git a/src/s/cygwin.h b/src/s/cygwin.h index ec36f080784..f438d3a82e9 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -105,10 +105,8 @@ along with GNU Emacs. If not, see . */ #define SYSV_SYSTEM_DIR 1 #define UNEXEC unexcw.o #define POSIX_SIGNALS 1 -/* force the emacs image to start high in memory, so dll relocation - can put things in low memory without causing all sorts of grief for - emacs lisp pointers */ -#define DATA_SEG_BITS 0x20000000 +#define LINKER $(CC) + #define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS /* Use terminfo instead of termcap. Fewer environment variables to